//==================================
// [] The PlutoEA Project []
// http://opensvn.csie.org/PlutoEA
// ---------------------------------
// - SE𫰾Զ} } - 
//===================================
// G1.0
//===================================
// YQDp]w𫰾Զ}ҮɶAШdoc\woe_time_explanation.txt
// ̭ WoE Start/Stop times
//======================================
//= gettime(3): {b'XI'A24pɨ
//= gettime(4): P'X'A1~7(§)
//======================================

// WoE Start/Stop times
//======================================
-	script	Agit2_Event	-1,{
	end;

OnClock2100:	//}lɶ P
OnClock2300:	//ɶ

OnAgitInit2:
	// }lɶˬd
	if( (gettime(4)==6) && (gettime(3)>=21 && gettime(3)<23) ) {
		if (!agitcheck2()) {
			AgitStart2;
		}
		end;
	}

	// ɶˬd
	if ( (gettime(4)==6) && (gettime(3)==23) ) { 
		if (agitcheck2()) {
			AgitEnd2;
		}
		end;
	}
	end;
}
